loop n. 1.(用线、带等打成的)圈,环,匝,框,环孔,线圈;【医学】(常 the loop)宫内避孕环。 2.环状物,塔环,拎环。 3.(铁路上的)让车道,环道。 4.【无线电】回路,回线,波腹,环形天线。 5.【数学】自变;【计算机】循环;(程序中)一群指令的重复。 6.【航空】翻圈飞行,翻筋斗;【溜冰】(单脚)打圈儿。 7.〔美国〕闹市区;〔the L-〕 芝加哥的商业区。 a safety loop保险圈。 a wire loop钢丝套圈。 knock [throw] for a loop 〔美俚〕 1. 使神志不清;打昏,使醉倒。 2. 给人极好的印象。 3. 出色地通过[做成]。 on the loop 〔美国〕在匆匆旅行中。 out of the loop 在圈内人物之外的,不在…圈子内的。 vt. 1.使(绳等)成圈,打成圈;【电学】 把导线连成回路。 2.用圈围住;(用环)箍住。 (up back). 3.使作成环状运动;【航空】翻筋斗。 vi. 1.打环,成圈。 2.【航空】翻筋斗。 3.(像尺蠖似的)伸屈前进。 loop the loop 【航空】翻筋斗;(骑自行车等)兜圈子。
variable adj. 1.易变的,变化无常的,无定的 (opp. constant, steady)。 2.可变的,能变的;变换的。 3.【数学】变量的;【天文学】变光的;【生物学】变异的。 Prices are variable according to the exchanges. 物价跟着汇率变动。 a man of variable character 反复无常的人。 a rod of variable length (伸缩)如意棒。 a word of variable construction 可以作种种解释的词。 variable capital 可变资本。 a variable budget 临时预算。 n. 1.易变的东西。 2.【数学】变量,变数,变项,变元 (opp. constant);【天文学】变星 (=variable star);【航海】(方向不定的)变风,不定风 (opp. trade wind); 〔pl.〕 (贸易风带中的)变风带。 adv. -ably ,-ness n.
Specifies the loop variable to be used in a 循环中要使用的循环变量。
Declare looping variables in the for or for each statement 在for或for each语句中声明循环变量
Loop that decrements the loop variable after each iteration 循环,在每次循环之后递减循环变量。
Property as a loop variable 属性作为循环变量循环访问控件数组。
You can use visual basic 2005 to declare a loop variable as part of a 可以使用visual basic 2005将循环变量声明为
The scope of a loop variable declared in this manner is the loop itself 以此方式声明的循环变量的范围是循环本身。
Loop variable declaration 循环变量声明
Closed - loop variable structure control method for seismically excited building structures 建筑结构抗震控制的闭环趋近律方法
Application of matlab simulink in mine hoist double - loop variable speed system design 在矿井提升机双闭环调速系统设计中的应用
Listing 1 shows the for - each loop for iterating over an array and a collection ; in each case , the loop variable test condition and update expression is generated by the compiler , as if the programmer had coded it the usual way 清单1显示了基于数组和集合的迭代的for - each循环;任何一种情况下,循环变量测试条件和更新表达式由编译器生成,就好像编程人员把它编码成通常的方法一样。